github.com/jackc/pgx/v5/internal/stmtcache.LRUCache.insertAfter (method)

3 uses

	github.com/jackc/pgx/v5/internal/stmtcache (current package)
		lru_cache.go#L76: 	c.insertAfter(c.head, node)
		lru_cache.go#L149: func (c *LRUCache) insertAfter(at, node *lruNode) {
		lru_cache.go#L166: 	c.insertAfter(c.head, node)